home *** CD-ROM | disk | FTP | other *** search
- { ------------------------
- FILLHEAP fills heap page
- character/attribute
- block
- ------------------------ }
- Procedure FillHeap ( Page : HeapBuf;
- X1 : RowType;
- Y1 : ColumnType;
- X2 : RowType;
- Y2 : ColumnType;
- C : Char;
- Att : Byte); external 'FillHeap.com';
- { Fill Page from (X1,Y1) to (X2,Y2)
- with C character and Att byte }